home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 September / CAG09.ISO / Programos / systemtweaker.exe / {app} / Third Party Terms / python.txt < prev    next >
Encoding:
Text File  |  2010-11-12  |  38.8 KB  |  769 lines

  1. A. HISTORY OF THE SOFTWARE
  2. ==========================
  3.  
  4. Python was created in the early 1990s by Guido van Rossum at Stichting
  5. Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
  6. as a successor of a language called ABC.  Guido remains Python's
  7. principal author, although it includes many contributions from others.
  8.  
  9. In 1995, Guido continued his work on Python at the Corporation for
  10. National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
  11. in Reston, Virginia where he released several versions of the
  12. software.
  13.  
  14. In May 2000, Guido and the Python core development team moved to
  15. BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
  16. year, the PythonLabs team moved to Digital Creations (now Zope
  17. Corporation, see http://www.zope.com).  In 2001, the Python Software
  18. Foundation (PSF, see http://www.python.org/psf/) was formed, a
  19. non-profit organization created specifically to own Python-related
  20. Intellectual Property.  Zope Corporation is a sponsoring member of
  21. the PSF.
  22.  
  23. All Python releases are Open Source (see http://www.opensource.org for
  24. the Open Source Definition).  Historically, most, but not all, Python
  25. releases have also been GPL-compatible; the table below summarizes
  26. the various releases.
  27.  
  28.     Release         Derived     Year        Owner       GPL-
  29.                     from                                compatible? (1)
  30.  
  31.     0.9.0 thru 1.2              1991-1995   CWI         yes
  32.     1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
  33.     1.6             1.5.2       2000        CNRI        no
  34.     2.0             1.6         2000        BeOpen.com  no
  35.     1.6.1           1.6         2001        CNRI        yes (2)
  36.     2.1             2.0+1.6.1   2001        PSF         no
  37.     2.0.1           2.0+1.6.1   2001        PSF         yes
  38.     2.1.1           2.1+2.0.1   2001        PSF         yes
  39.     2.2             2.1.1       2001        PSF         yes
  40.     2.1.2           2.1.1       2002        PSF         yes
  41.     2.1.3           2.1.2       2002        PSF         yes
  42.     2.2.1           2.2         2002        PSF         yes
  43.     2.2.2           2.2.1       2002        PSF         yes
  44.     2.2.3           2.2.2       2003        PSF         yes
  45.     2.3             2.2.2       2002-2003   PSF         yes
  46.     2.3.1           2.3         2002-2003   PSF         yes
  47.     2.3.2           2.3.1       2002-2003   PSF         yes
  48.     2.3.3           2.3.2       2002-2003   PSF         yes
  49.     2.3.4           2.3.3       2004        PSF         yes
  50.     2.3.5           2.3.4       2005        PSF         yes
  51.     2.4             2.3         2004        PSF         yes
  52.     2.4.1           2.4         2005        PSF         yes
  53.     2.4.2           2.4.1       2005        PSF         yes
  54.     2.4.3           2.4.2       2006        PSF         yes
  55.     2.4.4           2.4.3       2006        PSF         yes
  56.     2.5             2.4         2006        PSF         yes
  57.     2.5.1           2.5         2007        PSF         yes
  58.     2.5.2           2.5.1       2008        PSF         yes
  59.     2.5.3           2.5.2       2008        PSF         yes
  60.     2.6             2.5         2008        PSF         yes
  61.     2.6.1           2.6         2008        PSF         yes
  62.  
  63. Footnotes:
  64.  
  65. (1) GPL-compatible doesn't mean that we're distributing Python under
  66.     the GPL.  All Python licenses, unlike the GPL, let you distribute
  67.     a modified version without making your changes open source.  The
  68.     GPL-compatible licenses make it possible to combine Python with
  69.     other software that is released under the GPL; the others don't.
  70.  
  71. (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
  72.     because its license has a choice of law clause.  According to
  73.     CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
  74.     is "not incompatible" with the GPL.
  75.  
  76. Thanks to the many outside volunteers who have worked under Guido's
  77. direction to make these releases possible.
  78.  
  79.  
  80. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
  81. ===============================================================
  82.  
  83. PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
  84. --------------------------------------------
  85.  
  86. 1. This LICENSE AGREEMENT is between the Python Software Foundation
  87. ("PSF"), and the Individual or Organization ("Licensee") accessing and
  88. otherwise using this software ("Python") in source or binary form and
  89. its associated documentation.
  90.  
  91. 2. Subject to the terms and conditions of this License Agreement, PSF hereby
  92. grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
  93. analyze, test, perform and/or display publicly, prepare derivative works,
  94. distribute, and otherwise use Python alone or in any derivative version,
  95. provided, however, that PSF's License Agreement and PSF's notice of copyright,
  96. i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Python
  97. Software Foundation; All Rights Reserved" are retained in Python alone or in any
  98. derivative version prepared by Licensee.
  99.  
  100. 3. In the event Licensee prepares a derivative work that is based on
  101. or incorporates Python or any part thereof, and wants to make
  102. the derivative work available to others as provided herein, then
  103. Licensee hereby agrees to include in any such work a brief summary of
  104. the changes made to Python.
  105.  
  106. 4. PSF is making Python available to Licensee on an "AS IS"
  107. basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  108. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
  109. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  110. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
  111. INFRINGE ANY THIRD PARTY RIGHTS.
  112.  
  113. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  114. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  115. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
  116. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  117.  
  118. 6. This License Agreement will automatically terminate upon a material
  119. breach of its terms and conditions.
  120.  
  121. 7. Nothing in this License Agreement shall be deemed to create any
  122. relationship of agency, partnership, or joint venture between PSF and
  123. Licensee.  This License Agreement does not grant permission to use PSF
  124. trademarks or trade name in a trademark sense to endorse or promote
  125. products or services of Licensee, or any third party.
  126.  
  127. 8. By copying, installing or otherwise using Python, Licensee
  128. agrees to be bound by the terms and conditions of this License
  129. Agreement.
  130.  
  131.  
  132. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
  133. -------------------------------------------
  134.  
  135. BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
  136.  
  137. 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
  138. office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
  139. Individual or Organization ("Licensee") accessing and otherwise using
  140. this software in source or binary form and its associated
  141. documentation ("the Software").
  142.  
  143. 2. Subject to the terms and conditions of this BeOpen Python License
  144. Agreement, BeOpen hereby grants Licensee a non-exclusive,
  145. royalty-free, world-wide license to reproduce, analyze, test, perform
  146. and/or display publicly, prepare derivative works, distribute, and
  147. otherwise use the Software alone or in any derivative version,
  148. provided, however, that the BeOpen Python License is retained in the
  149. Software, alone or in any derivative version prepared by Licensee.
  150.  
  151. 3. BeOpen is making the Software available to Licensee on an "AS IS"
  152. basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  153. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
  154. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  155. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
  156. INFRINGE ANY THIRD PARTY RIGHTS.
  157.  
  158. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
  159. SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
  160. AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
  161. DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  162.  
  163. 5. This License Agreement will automatically terminate upon a material
  164. breach of its terms and conditions.
  165.  
  166. 6. This License Agreement shall be governed by and interpreted in all
  167. respects by the law of the State of California, excluding conflict of
  168. law provisions.  Nothing in this License Agreement shall be deemed to
  169. create any relationship of agency, partnership, or joint venture
  170. between BeOpen and Licensee.  This License Agreement does not grant
  171. permission to use BeOpen trademarks or trade names in a trademark
  172. sense to endorse or promote products or services of Licensee, or any
  173. third party.  As an exception, the "BeOpen Python" logos available at
  174. http://www.pythonlabs.com/logos.html may be used according to the
  175. permissions granted on that web page.
  176.  
  177. 7. By copying, installing or otherwise using the software, Licensee
  178. agrees to be bound by the terms and conditions of this License
  179. Agreement.
  180.  
  181.  
  182. CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
  183. ---------------------------------------
  184.  
  185. 1. This LICENSE AGREEMENT is between the Corporation for National
  186. Research Initiatives, having an office at 1895 Preston White Drive,
  187. Reston, VA 20191 ("CNRI"), and the Individual or Organization
  188. ("Licensee") accessing and otherwise using Python 1.6.1 software in
  189. source or binary form and its associated documentation.
  190.  
  191. 2. Subject to the terms and conditions of this License Agreement, CNRI
  192. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  193. license to reproduce, analyze, test, perform and/or display publicly,
  194. prepare derivative works, distribute, and otherwise use Python 1.6.1
  195. alone or in any derivative version, provided, however, that CNRI's
  196. License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
  197. 1995-2001 Corporation for National Research Initiatives; All Rights
  198. Reserved" are retained in Python 1.6.1 alone or in any derivative
  199. version prepared by Licensee.  Alternately, in lieu of CNRI's License
  200. Agreement, Licensee may substitute the following text (omitting the
  201. quotes): "Python 1.6.1 is made available subject to the terms and
  202. conditions in CNRI's License Agreement.  This Agreement together with
  203. Python 1.6.1 may be located on the Internet using the following
  204. unique, persistent identifier (known as a handle): 1895.22/1013.  This
  205. Agreement may also be obtained from a proxy server on the Internet
  206. using the following URL: http://hdl.handle.net/1895.22/1013".
  207.  
  208. 3. In the event Licensee prepares a derivative work that is based on
  209. or incorporates Python 1.6.1 or any part thereof, and wants to make
  210. the derivative work available to others as provided herein, then
  211. Licensee hereby agrees to include in any such work a brief summary of
  212. the changes made to Python 1.6.1.
  213.  
  214. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
  215. basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  216. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
  217. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  218. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
  219. INFRINGE ANY THIRD PARTY RIGHTS.
  220.  
  221. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  222. 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  223. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
  224. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  225.  
  226. 6. This License Agreement will automatically terminate upon a material
  227. breach of its terms and conditions.
  228.  
  229. 7. This License Agreement shall be governed by the federal
  230. intellectual property law of the United States, including without
  231. limitation the federal copyright law, and, to the extent such
  232. U.S. federal law does not apply, by the law of the Commonwealth of
  233. Virginia, excluding Virginia's conflict of law provisions.
  234. Notwithstanding the foregoing, with regard to derivative works based
  235. on Python 1.6.1 that incorporate non-separable material that was
  236. previously distributed under the GNU General Public License (GPL), the
  237. law of the Commonwealth of Virginia shall govern this License
  238. Agreement only as to issues arising under or with respect to
  239. Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
  240. License Agreement shall be deemed to create any relationship of
  241. agency, partnership, or joint venture between CNRI and Licensee.  This
  242. License Agreement does not grant permission to use CNRI trademarks or
  243. trade name in a trademark sense to endorse or promote products or
  244. services of Licensee, or any third party.
  245.  
  246. 8. By clicking on the "ACCEPT" button where indicated, or by copying,
  247. installing or otherwise using Python 1.6.1, Licensee agrees to be
  248. bound by the terms and conditions of this License Agreement.
  249.  
  250.         ACCEPT
  251.  
  252.  
  253. CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
  254. --------------------------------------------------
  255.  
  256. Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
  257. The Netherlands.  All rights reserved.
  258.  
  259. Permission to use, copy, modify, and distribute this software and its
  260. documentation for any purpose and without fee is hereby granted,
  261. provided that the above copyright notice appear in all copies and that
  262. both that copyright notice and this permission notice appear in
  263. supporting documentation, and that the name of Stichting Mathematisch
  264. Centrum or CWI not be used in advertising or publicity pertaining to
  265. distribution of the software without specific, written prior
  266. permission.
  267.  
  268. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
  269. THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  270. FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
  271. FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  272. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  273. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  274. OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  275.  
  276.  
  277. Additional Conditions for this Windows binary build
  278. ---------------------------------------------------
  279.  
  280. This program is linked with and uses Microsoft Distributable Code,
  281. copyrighted by Microsoft Corporation. The Microsoft Distributable Code
  282. includes the following files:
  283.  
  284. msvcr90.dll
  285. msvcp90.dll
  286. msvcm90.dll
  287.  
  288. If you further distribute programs that include the Microsoft
  289. Distributable Code, you must comply with the restrictions on
  290. distribution specified by Microsoft. In particular, you must require
  291. distributors and external end users to agree to terms that protect the
  292. Microsoft Distributable Code at least as much as Microsoft's own
  293. requirements for the Distributable Code. See Microsoft's documentation
  294. (included in its developer tools and on its website at microsoft.com)
  295. for specific details.
  296.  
  297. Redistribution of the Windows binary build of the Python interpreter
  298. complies with this agreement, provided that you do not:
  299.  
  300. - alter any copyright, trademark or patent notice in Microsoft's
  301. Distributable Code;
  302.  
  303. - use Microsoft's trademarks in your programs' names or in a way that
  304. suggests your programs come from or are endorsed by Microsoft;
  305.  
  306. - distribute Microsoft's Distributable Code to run on a platform other
  307. than Microsoft operating systems, run-time technologies or application
  308. platforms; or
  309.  
  310. - include Microsoft Distributable Code in malicious, deceptive or
  311. unlawful programs.
  312.  
  313. These restrictions apply only to the Microsoft Distributable Code as
  314. defined above, not to Python itself or any programs running on the
  315. Python interpreter. The redistribution of the Python interpreter and
  316. libraries is governed by the Python Software License included with this
  317. file, or by other licenses as marked.
  318.  
  319.  
  320. This copy of Python includes a copy of bzip2, which is licensed under the following terms:
  321.  
  322.  
  323. --------------------------------------------------------------------------
  324.  
  325. This program, "bzip2", the associated library "libbzip2", and all
  326. documentation, are copyright (C) 1996-2007 Julian R Seward.  All
  327. rights reserved.
  328.  
  329. Redistribution and use in source and binary forms, with or without
  330. modification, are permitted provided that the following conditions
  331. are met:
  332.  
  333. 1. Redistributions of source code must retain the above copyright
  334.    notice, this list of conditions and the following disclaimer.
  335.  
  336. 2. The origin of this software must not be misrepresented; you must 
  337.    not claim that you wrote the original software.  If you use this 
  338.    software in a product, an acknowledgment in the product 
  339.    documentation would be appreciated but is not required.
  340.  
  341. 3. Altered source versions must be plainly marked as such, and must
  342.    not be misrepresented as being the original software.
  343.  
  344. 4. The name of the author may not be used to endorse or promote 
  345.    products derived from this software without specific prior written 
  346.    permission.
  347.  
  348. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  349. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  350. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  351. ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  352. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  353. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  354. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  355. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  356. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  357. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  358. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  359.  
  360. Julian Seward, jseward@bzip.org
  361. bzip2/libbzip2 version 1.0.5 of 10 December 2007
  362.  
  363. --------------------------------------------------------------------------
  364.  
  365. This copy of Python includes a copy of Berkeley DB, which is licensed under the following terms:
  366.  
  367. /*-
  368.  * $Id: LICENSE,v 12.9 2008/02/07 17:12:17 mark Exp $
  369.  */
  370.  
  371. The following is the license that applies to this copy of the Berkeley DB
  372. software.  For a license to use the Berkeley DB software under conditions
  373. other than those described here, or to purchase support for this software,
  374. please contact Oracle at berkeleydb-info_us@oracle.com.
  375.  
  376. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  377. /*
  378.  * Copyright (c) 1990,2008 Oracle.  All rights reserved.
  379.  *
  380.  * Redistribution and use in source and binary forms, with or without
  381.  * modification, are permitted provided that the following conditions
  382.  * are met:
  383.  * 1. Redistributions of source code must retain the above copyright
  384.  *    notice, this list of conditions and the following disclaimer.
  385.  * 2. Redistributions in binary form must reproduce the above copyright
  386.  *    notice, this list of conditions and the following disclaimer in the
  387.  *    documentation and/or other materials provided with the distribution.
  388.  * 3. Redistributions in any form must be accompanied by information on
  389.  *    how to obtain complete source code for the DB software and any
  390.  *    accompanying software that uses the DB software.  The source code
  391.  *    must either be included in the distribution or be available for no
  392.  *    more than the cost of distribution plus a nominal fee, and must be
  393.  *    freely redistributable under reasonable conditions.  For an
  394.  *    executable file, complete source code means the source code for all
  395.  *    modules it contains.  It does not include source code for modules or
  396.  *    files that typically accompany the major components of the operating
  397.  *    system on which the executable file runs.
  398.  *
  399.  * THIS SOFTWARE IS PROVIDED BY ORACLE ``AS IS'' AND ANY EXPRESS OR
  400.  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  401.  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
  402.  * NON-INFRINGEMENT, ARE DISCLAIMED.  IN NO EVENT SHALL ORACLE BE LIABLE
  403.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  404.  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  405.  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  406.  * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  407.  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  408.  * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  409.  * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  410.  */
  411. /*
  412.  * Copyright (c) 1990, 1993, 1994, 1995
  413.  *    The Regents of the University of California.  All rights reserved.
  414.  *
  415.  * Redistribution and use in source and binary forms, with or without
  416.  * modification, are permitted provided that the following conditions
  417.  * are met:
  418.  * 1. Redistributions of source code must retain the above copyright
  419.  *    notice, this list of conditions and the following disclaimer.
  420.  * 2. Redistributions in binary form must reproduce the above copyright
  421.  *    notice, this list of conditions and the following disclaimer in the
  422.  *    documentation and/or other materials provided with the distribution.
  423.  * 3. Neither the name of the University nor the names of its contributors
  424.  *    may be used to endorse or promote products derived from this software
  425.  *    without specific prior written permission.
  426.  *
  427.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  428.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  429.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  430.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  431.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  432.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  433.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  434.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  435.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  436.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  437.  * SUCH DAMAGE.
  438.  */
  439. /*
  440.  * Copyright (c) 1995, 1996
  441.  *    The President and Fellows of Harvard University.  All rights reserved.
  442.  *
  443.  * Redistribution and use in source and binary forms, with or without
  444.  * modification, are permitted provided that the following conditions
  445.  * are met:
  446.  * 1. Redistributions of source code must retain the above copyright
  447.  *    notice, this list of conditions and the following disclaimer.
  448.  * 2. Redistributions in binary form must reproduce the above copyright
  449.  *    notice, this list of conditions and the following disclaimer in the
  450.  *    documentation and/or other materials provided with the distribution.
  451.  * 3. Neither the name of the University nor the names of its contributors
  452.  *    may be used to endorse or promote products derived from this software
  453.  *    without specific prior written permission.
  454.  *
  455.  * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
  456.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  457.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  458.  * ARE DISCLAIMED.  IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
  459.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  460.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  461.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  462.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  463.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  464.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  465.  * SUCH DAMAGE.
  466.  */
  467. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  468. /***
  469.  * ASM: a very small and fast Java bytecode manipulation framework
  470.  * Copyright (c) 2000-2005 INRIA, France Telecom
  471.  * All rights reserved.
  472.  *
  473.  * Redistribution and use in source and binary forms, with or without
  474.  * modification, are permitted provided that the following conditions
  475.  * are met:
  476.  * 1. Redistributions of source code must retain the above copyright
  477.  *    notice, this list of conditions and the following disclaimer.
  478.  * 2. Redistributions in binary form must reproduce the above copyright
  479.  *    notice, this list of conditions and the following disclaimer in the
  480.  *    documentation and/or other materials provided with the distribution.
  481.  * 3. Neither the name of the copyright holders nor the names of its
  482.  *    contributors may be used to endorse or promote products derived from
  483.  *    this software without specific prior written permission.
  484.  *
  485.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  486.  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  487.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  488.  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  489.  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  490.  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  491.  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  492.  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  493.  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  494.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  495.  * THE POSSIBILITY OF SUCH DAMAGE.
  496.  */
  497.  
  498. This copy of Python includes a copy of openssl, which is licensed under the following terms:
  499.  
  500.  
  501.   LICENSE ISSUES
  502.   ==============
  503.  
  504.   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  505.   the OpenSSL License and the original SSLeay license apply to the toolkit.
  506.   See below for the actual license texts. Actually both licenses are BSD-style
  507.   Open Source licenses. In case of any license issues related to OpenSSL
  508.   please contact openssl-core@openssl.org.
  509.  
  510.   OpenSSL License
  511.   ---------------
  512.  
  513. /* ====================================================================
  514.  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  515.  *
  516.  * Redistribution and use in source and binary forms, with or without
  517.  * modification, are permitted provided that the following conditions
  518.  * are met:
  519.  *
  520.  * 1. Redistributions of source code must retain the above copyright
  521.  *    notice, this list of conditions and the following disclaimer. 
  522.  *
  523.  * 2. Redistributions in binary form must reproduce the above copyright
  524.  *    notice, this list of conditions and the following disclaimer in
  525.  *    the documentation and/or other materials provided with the
  526.  *    distribution.
  527.  *
  528.  * 3. All advertising materials mentioning features or use of this
  529.  *    software must display the following acknowledgment:
  530.  *    "This product includes software developed by the OpenSSL Project
  531.  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  532.  *
  533.  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  534.  *    endorse or promote products derived from this software without
  535.  *    prior written permission. For written permission, please contact
  536.  *    openssl-core@openssl.org.
  537.  *
  538.  * 5. Products derived from this software may not be called "OpenSSL"
  539.  *    nor may "OpenSSL" appear in their names without prior written
  540.  *    permission of the OpenSSL Project.
  541.  *
  542.  * 6. Redistributions of any form whatsoever must retain the following
  543.  *    acknowledgment:
  544.  *    "This product includes software developed by the OpenSSL Project
  545.  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  546.  *
  547.  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  548.  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  549.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  550.  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  551.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  552.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  553.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  554.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  555.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  556.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  557.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  558.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  559.  * ====================================================================
  560.  *
  561.  * This product includes cryptographic software written by Eric Young
  562.  * (eay@cryptsoft.com).  This product includes software written by Tim
  563.  * Hudson (tjh@cryptsoft.com).
  564.  *
  565.  */
  566.  
  567.  Original SSLeay License
  568.  -----------------------
  569.  
  570. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  571.  * All rights reserved.
  572.  *
  573.  * This package is an SSL implementation written
  574.  * by Eric Young (eay@cryptsoft.com).
  575.  * The implementation was written so as to conform with Netscapes SSL.
  576.  * 
  577.  * This library is free for commercial and non-commercial use as long as
  578.  * the following conditions are aheared to.  The following conditions
  579.  * apply to all code found in this distribution, be it the RC4, RSA,
  580.  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  581.  * included with this distribution is covered by the same copyright terms
  582.  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  583.  * 
  584.  * Copyright remains Eric Young's, and as such any Copyright notices in
  585.  * the code are not to be removed.
  586.  * If this package is used in a product, Eric Young should be given attribution
  587.  * as the author of the parts of the library used.
  588.  * This can be in the form of a textual message at program startup or
  589.  * in documentation (online or textual) provided with the package.
  590.  * 
  591.  * Redistribution and use in source and binary forms, with or without
  592.  * modification, are permitted provided that the following conditions
  593.  * are met:
  594.  * 1. Redistributions of source code must retain the copyright
  595.  *    notice, this list of conditions and the following disclaimer.
  596.  * 2. Redistributions in binary form must reproduce the above copyright
  597.  *    notice, this list of conditions and the following disclaimer in the
  598.  *    documentation and/or other materials provided with the distribution.
  599.  * 3. All advertising materials mentioning features or use of this software
  600.  *    must display the following acknowledgement:
  601.  *    "This product includes cryptographic software written by
  602.  *     Eric Young (eay@cryptsoft.com)"
  603.  *    The word 'cryptographic' can be left out if the rouines from the library
  604.  *    being used are not cryptographic related :-).
  605.  * 4. If you include any Windows specific code (or a derivative thereof) from 
  606.  *    the apps directory (application code) you must include an acknowledgement:
  607.  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  608.  * 
  609.  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  610.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  611.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  612.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  613.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  614.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  615.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  616.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  617.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  618.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  619.  * SUCH DAMAGE.
  620.  * 
  621.  * The licence and distribution terms for any publically available version or
  622.  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  623.  * copied and put under another distribution licence
  624.  * [including the GNU Public Licence.]
  625.  */
  626.  
  627.  
  628. This copy of Python includes a copy of Tcl, which is licensed under the following terms:
  629.  
  630. This software is copyrighted by the Regents of the University of
  631. California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
  632. Corporation and other parties.  The following terms apply to all files
  633. associated with the software unless explicitly disclaimed in
  634. individual files.
  635.  
  636. The authors hereby grant permission to use, copy, modify, distribute,
  637. and license this software and its documentation for any purpose, provided
  638. that existing copyright notices are retained in all copies and that this
  639. notice is included verbatim in any distributions. No written agreement,
  640. license, or royalty fee is required for any of the authorized uses.
  641. Modifications to this software may be copyrighted by their authors
  642. and need not follow the licensing terms described here, provided that
  643. the new terms are clearly indicated on the first page of each file where
  644. they apply.
  645.  
  646. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  647. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  648. ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  649. DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  650. POSSIBILITY OF SUCH DAMAGE.
  651.  
  652. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  653. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  654. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
  655. IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  656. NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  657. MODIFICATIONS.
  658.  
  659. GOVERNMENT USE: If you are acquiring this software on behalf of the
  660. U.S. government, the Government shall have only "Restricted Rights"
  661. in the software and related documentation as defined in the Federal 
  662. Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
  663. are acquiring the software on behalf of the Department of Defense, the
  664. software shall be classified as "Commercial Computer Software" and the
  665. Government shall have only "Restricted Rights" as defined in Clause
  666. 252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
  667. authors grant the U.S. Government and others acting in its behalf
  668. permission to use and distribute the software in accordance with the
  669. terms specified in this license. 
  670.  
  671. This copy of Python includes a copy of Tk, which is licensed under the following terms:
  672.  
  673. This software is copyrighted by the Regents of the University of
  674. California, Sun Microsystems, Inc., and other parties.  The following
  675. terms apply to all files associated with the software unless explicitly
  676. disclaimed in individual files.
  677.  
  678. The authors hereby grant permission to use, copy, modify, distribute,
  679. and license this software and its documentation for any purpose, provided
  680. that existing copyright notices are retained in all copies and that this
  681. notice is included verbatim in any distributions. No written agreement,
  682. license, or royalty fee is required for any of the authorized uses.
  683. Modifications to this software may be copyrighted by their authors
  684. and need not follow the licensing terms described here, provided that
  685. the new terms are clearly indicated on the first page of each file where
  686. they apply.
  687.  
  688. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  689. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  690. ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  691. DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  692. POSSIBILITY OF SUCH DAMAGE.
  693.  
  694. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  695. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  696. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
  697. IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  698. NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  699. MODIFICATIONS.
  700.  
  701. GOVERNMENT USE: If you are acquiring this software on behalf of the
  702. U.S. government, the Government shall have only "Restricted Rights"
  703. in the software and related documentation as defined in the Federal 
  704. Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
  705. are acquiring the software on behalf of the Department of Defense, the
  706. software shall be classified as "Commercial Computer Software" and the
  707. Government shall have only "Restricted Rights" as defined in Clause
  708. 252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
  709. authors grant the U.S. Government and others acting in its behalf
  710. permission to use and distribute the software in accordance with the
  711. terms specified in this license.
  712.  
  713. This copy of Python includes a copy of Tix, which is licensed under the following terms:
  714.  
  715. Copyright (c) 1993-1999 Ioi Kim Lam.
  716. Copyright (c) 2000-2001 Tix Project Group.
  717. Copyright (c) 2004 ActiveState
  718.  
  719. This software is copyrighted by the above entities
  720. and other parties.  The following terms apply to all files associated
  721. with the software unless explicitly disclaimed in individual files.
  722.  
  723. The authors hereby grant permission to use, copy, modify, distribute,
  724. and license this software and its documentation for any purpose, provided
  725. that existing copyright notices are retained in all copies and that this
  726. notice is included verbatim in any distributions. No written agreement,
  727. license, or royalty fee is required for any of the authorized uses.
  728. Modifications to this software may be copyrighted by their authors
  729. and need not follow the licensing terms described here, provided that
  730. the new terms are clearly indicated on the first page of each file where
  731. they apply.
  732.  
  733. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  734. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  735. ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  736. DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  737. POSSIBILITY OF SUCH DAMAGE.
  738.  
  739. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  740. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  741. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
  742. IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  743. NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  744. MODIFICATIONS.
  745.  
  746. GOVERNMENT USE: If you are acquiring this software on behalf of the
  747. U.S. government, the Government shall have only "Restricted Rights"
  748. in the software and related documentation as defined in the Federal 
  749. Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
  750. are acquiring the software on behalf of the Department of Defense, the
  751. software shall be classified as "Commercial Computer Software" and the
  752. Government shall have only "Restricted Rights" as defined in Clause
  753. 252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
  754. authors grant the U.S. Government and others acting in its behalf
  755. permission to use and distribute the software in accordance with the
  756. terms specified in this license. 
  757.  
  758. ----------------------------------------------------------------------
  759.  
  760. Parts of this software are based on the Tcl/Tk software copyrighted by
  761. the Regents of the University of California, Sun Microsystems, Inc.,
  762. and other parties. The original license terms of the Tcl/Tk software
  763. distribution is included in the file docs/license.tcltk.
  764.  
  765. Parts of this software are based on the HTML Library software
  766. copyrighted by Sun Microsystems, Inc. The original license terms of
  767. the HTML Library software distribution is included in the file
  768. docs/license.html_lib.
  769.